home *** CD-ROM | disk | FTP | other *** search
- ******************************************************************************
- * SAMPLE.CFG - a sample config file distributed with BShow, the *
- * universal file viewer, by Ben Sandee. *
- ******************************************************************************
-
- ; = comment.... Only in FIRST column though!
- / = comment also... your choice.
- * = comment also... wow.
-
- ******* GLOBAL VARIABLES *******
-
- width=80
-
- ** This enables swapping to DISK/XMS/EMS for low memory evvironments. DO **
- ** NOT USE IF AT ALL POSSIBLE!! this has been proven to be incompatible **
- ** with certain setups. The default is NO (0). **
-
- ; swap=1
-
- ** This option lets you choose whether or not BShow deletes the work **
- ** when it's done. The default is NO (0). If the directory bothers you **
- ** then let BShow delete it, but it will be extra wear and tear on your **
- ** hard drive, and may aid in fragmentation. **
-
- ; del_dir=1
-
- fossil=1
-
- ; max_time=15
-
- ; max_time=5
-
- ; after 2 blank lines, quit showing them, until non-blank ones come up.
-
- max_blanks=2
-
- ; max_idle=90
-
- max_idle=0
-
- ; max_line=500
-
- max_line=0
-
- ; lines=48 for 50 line screens.
-
- lines=23
-
- ******* END GLOBAL VARIABLES ********
-
- ******************************** BEGIN ZIP SPECS ******************************
-
- format_ZIP
- first_waitfor=------ ------ ----- -----
- second_waitfor=------
- header1= Length Method Size Ratio Date Time CRC-32 Atr Name
- header2= ------ ------- ----- ----- -------- ----- -------- --- -------------
- offset1=1
- offset2=1
- offset3=61
-
- ** Normal ** (try this first - preferred even if in DV)
-
- list_com=pkzip.exe -v %file% %filespec% > %listfile%
- unpack_com=pkunzip.exe %file% %filespec% > nul
-
- ** DV ** (uncomment the next 3 lines for DV)
-
- ;list_com=pkzip.exe -v %file% %filespec% > %listfile%
- ;unpack_com=spawn /m:160 /w "pkunzip.exe %file% %filespec% > nul"
-
- end
-
- ********************************* END ZIP SPECS *******************************
-
-
- ******************************** BEGIN ARJ SPECS ******************************
-
- format_ARJ
- first_waitfor=------------ ---------- ---------- ----- -----------------
- second_waitfor=------
- header1= Filename Original Compressed Ratio Date Time CRC-32 Attr
- header2= ------------ ---------- ---------- ----- -------- -------- -------- ----
- offset1=0
- offset2=7
-
- ** Normal **
-
- list_com=arj.exe l %file% %filespec% > %listfile%
- unpack_com=arj.exe e -y %file% %filespec% > nul
-
- ** DV **
- ;list_com=arj.exe l %file% %filespec% > %listfile%
- ;unpack_com=spawn /m:200 /w "arj.exe e -y %file% %filespec% > nul"
- end
- ******************************* END ARJ SPECS *********************************
-
- ****************************** BEGIN LZH SPECS ********************************
-
- format_LZH
- first_waitfor=-------------- -------- -------- ------
- second_waitfor=------
- header1= Name Original Packed Ratio Date Time Attr Type CRC
- header2= ------------ -------- -------- ------ -------- -------- ---- ----- ----
- offset1=2
- offset2=1
- offset3=1
-
- ** Normal **
-
- list_com=lha.exe l %file% %filespec% > %listfile%
- unpack_com=lha.exe e %file% %filespec% > nul
-
- ** DV **
-
- ;list_com=lha.exe l %file% %filespec% > %listfile%
- ;unpack_com=spawn /m:160 /w "lha.exe e %file% %filespec% > nul"
-
- end
- ******************************* END LZH SPECS *********************************